home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 2.iso / mac / data / Nuttall.dir / 00022_Script_GoMNCdx < prev    next >
Text File  |  2001-01-30  |  149b  |  7 lines

  1. on mouseDown
  2.   cursor 4
  3.   set btnName = the name of cast (the castNum of sprite(the clickOn))
  4.   GoMNCdx(btnName)
  5.   cursor 0
  6.   dontPassEvent
  7. end